home *** CD-ROM | disk | FTP | other *** search
/ Crossword Puzzles / Crossword Puzzle.iso / xwrd_man / manual.bat < prev    next >
DOS Batch File  |  1996-09-15  |  4KB  |  108 lines

  1. echo off
  2. cls
  3. echo Crossword Mania! Manual Installer
  4. echo.
  5. echo Use this installer ONLY if you have tried to install the program with
  6. echo SETUP and failed.  You must have 5 MB of free hard drive space before 
  7. echo running this installer.  If you do not have the available space please 
  8. echo hit CTRL-C.  To install, type MANUAL followed by the drive letter (and
  9. echo a colon) of the drive to install the program on.  The program will be
  10. echo installed in the \CROSS directory.  For example, to install the program on
  11. echo drive C:, type:
  12. echo.
  13. echo MANUAL C:
  14. echo.
  15. echo A few files will be placed in the Windows' SYSTEM directory.  If your
  16. echo system directory is NOT \WINDOWS\SYSTEM, then you need to edit this
  17. echo batch file appropriately.
  18. echo.
  19. echo Please hit CTRL-C to quit or any other key to continue.
  20. pause
  21. if "%1"=="" goto errormsg
  22. md %1\cross
  23. echo.
  24. echo Installing files to %1\CROSS
  25. echo.
  26. expand 08080001.pa_ %1\cross\08080001.pat
  27. expand 08080002.pa_ %1\cross\08080002.pat
  28. expand 09090001.pa_ %1\cross\09090001.pat
  29. expand 09090002.pa_ %1\cross\09090002.pat
  30. expand 10100001.pa_ %1\cross\10100001.pat
  31. expand 10100002.pa_ %1\cross\10100002.pat
  32. expand 10100003.pa_ %1\cross\10100003.pat
  33. expand 11110001.pa_ %1\cross\11110001.pat
  34. expand 11110002.pa_ %1\cross\11110002.pat
  35. expand 12120001.pa_ %1\cross\12120001.pat
  36. expand 12120002.pa_ %1\cross\12120002.pat
  37. expand 13130001.pa_ %1\cross\13130001.pat
  38. expand 13130002.pa_ %1\cross\13130002.pat
  39. expand 14140001.pa_ %1\cross\14140001.pat
  40. expand 15150001.pa_ %1\cross\15150001.pat
  41. expand 16160001.pa_ %1\cross\16160001.pat
  42. expand 17170001.pa_ %1\cross\17170001.pat
  43. expand 18180001.pa_ %1\cross\18180001.pat
  44. expand 19190001.pa_ %1\cross\19190001.pat
  45. expand 20200001.pa_ %1\cross\20200001.pat
  46. expand anibuton.vb_ %1\cross\anibuton.vbx
  47. expand builddon.wa_ %1\cross\builddon.wav
  48. expand cmdialog.vb_ %1\cross\cmdialog.vbx
  49. expand cross.hl_ %1\cross\cross.hlp
  50. expand cross.ex_ %1\cross\cross.exe
  51. expand cross.cf_ %1\cross\cross.cfg
  52. expand history.tx_ %1\cross\history.txt
  53. expand lowbeep.wa_ %1\cross\lowbeep.wav
  54. expand order.wr_ %1\cross\order.wri
  55. expand puzzledn.wa_ %1\cross\puzzledn.wav
  56. expand puzzles.cb_ %1\cross\puzzles.cbk
  57. copy readme.wri %1\cross
  58. expand statusb.vb_ %1\cross\statusb.vbx
  59. expand thankyou.wa_ %1\cross\thankyou.wav
  60. expand threed.vb_ %1\cross\threed.vbx
  61. expand toolbutt.vb_ %1\cross\toolbutt.vbx
  62. expand vbctl3d.vb_ %1\cross\vbctl3d.vbx
  63. expand vbrun300.dl_ %1\windows\system\vbrun300.dll
  64. expand vbstrapi.dl_ %1\cross\vbstrapi.dll
  65. expand welcome.wa_ %1\cross\welcome.wav
  66. expand wrongltr.wa_ %1\cross\wrongltr.wav
  67. expand wrongwrd.wa_ %1\cross\wrongwrd.wav
  68. echo.
  69. echo Please insert Disk #2
  70. echo If installing from a temporary directory on your hard drive, then press
  71. echo any key
  72. pause
  73. expand standard.dc_ %1\cross\standard.dct
  74. echo.
  75. echo Installation completed.
  76. echo.
  77. echo Crossword Mania! has been installed on your hard drive.
  78. echo.
  79. echo Please enter MS Windows and follow these instructions:
  80. echo.
  81. echo To run the program immediately, from the Program manager, select 'File',
  82. echo then 'Run'.  Specify %1\CROSS\CROSS as the file to run.  
  83. echo.
  84. echo To create a program group, select NEW from the FILE menu.   Select GROUP 
  85. echo ITEM and click on the OK button.  Type in CROSSWORD MANIA! for the 
  86. echo description and click on the OK button.  
  87. echo.
  88. echo With the Crossword Mania! group open select NEW from the FILE menu in
  89. echo program manager.   This time select PROGRAM ITEM and click on the OK
  90. echo button.  Click on the COMMAND LINE box and type %1\CROSS\CROSS.EXE then
  91. echo click on the OK button. 
  92. echo.
  93. echo You should now have an Crossword Mania! icon.   To run Crossword Mania!,
  94. echo double click on the crossword puzzle icon.
  95. echo.
  96. echo Hit any key to end program.
  97. pause
  98. goto end
  99.  
  100. :errormsg
  101. echo A drive letter must be specified to run this installation program.   
  102. echo Please use the following syntax.
  103. echo.
  104. echo MANUAL [drive letter:]
  105. echo.
  106. :end
  107.  
  108.